home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Database Designers
/
Rational Rose 2000
/
Rational Setup.EXE
/
common
/
lib
/
MSWin32-x86
/
auto
/
POSIX
/
fclose.al
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-26
|
298 b
|
13 lines
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 401 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/POSIX/fclose.al)"
sub fclose {
redef "IO::Handle::close()";
}
# end of POSIX::fclose
1;